type golang.org/x/net/http2.inflow

9 uses

	golang.org/x/net/http2 (current package)
		flow.go#L16: type inflow struct {
		flow.go#L22: func (f *inflow) init(n int32) {
		flow.go#L33: func (f *inflow) add(n int) (connAdd int32) {
		flow.go#L57: func (f *inflow) take(n uint32) bool {
		flow.go#L68: func takeInflows(f1, f2 *inflow, n uint32) bool {
		server.go#L567: 	inflow           inflow                 // conn-wide inbound flow control
		server.go#L647: 	inflow           inflow  // what the client is allowed to POST/etc to us
		transport.go#L310: 	inflow          inflow     // peer's conn-level flow control
		transport.go#L376: 	inflow      inflow  // guarded by cc.mu